home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 May / Software of the Month Club 1996 May.iso / mac / ISO9660 / OS2 / MESA / EXAMPLES / SRC / PAGE / OS2H.H next >
Encoding:
C/C++ Source or Header  |  1994-04-25  |  1.3 KB  |  40 lines  |  [TEXT/hscd]

  1. /**************************************************************************
  2.  *                                                                        *
  3.  *                                                                        *
  4.  *          This code is copyright (c) 1994                               *
  5.  *                     Athena Design, Inc.                                *
  6.  *                     and David Pollak                                   *
  7.  *                                                                        *
  8.  *                ALL RIGHTS RESERVED                                     *
  9.  *                                                                        *
  10.  *                                                                        *
  11.  *                                                                        *
  12.  *                                                                        *
  13.  *                                                                        *
  14.  **************************************************************************/
  15.  
  16. /*
  17.     this file includes the OS/2 header files (all of them)
  18.  
  19.     2-12-94 dpp
  20. */
  21.  
  22. #ifndef _MH_OS2_INCLUDED
  23.  
  24. #define _MH_OS2_INCLUDED
  25.  
  26. #define INCL_WIN
  27. #define INCL_GPI
  28. #define INCL_DOS
  29.  
  30. extern "C"
  31. {
  32. #include <os2.h>
  33. }
  34.  
  35. // OS/2 included
  36. #endif
  37.  
  38.  
  39.  
  40.